home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.attributescheck == 0)
- {
- _root.checks = _root.checks + 1;
- _root.attributescheck = _root.attributescheck + 1;
- }
- if(_root.attributepts < _root.attributeptsmax && _root.yourspeed > 0)
- {
- _root.attributepts = _root.attributepts + 1;
- _root.yourspeed--;
- }
- }
-